Cannot Convert from int[][] to int*
Posted
by cam
on Stack Overflow
See other posts from Stack Overflow
or by cam
Published on 2010-04-21T12:52:02Z
Indexed on
2010/04/21
12:53 UTC
Read the original article
Hit count: 180
I have a 3x3 array that I'm trying to create a pointer to and I keep getting this array, what gives?
How do I have to define the pointer? I've tried every combination of [] and *.
Is it possible to do this?
int* pTemp = tempSec;
© Stack Overflow or respective owner